home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
libs
/
bgui
/
Docs
/
propclass.doc
< prev
next >
Wrap
Text File
|
1995-04-23
|
3KB
|
88 lines
File: propclass.doc
Description: Propclass documentation.
Copyright: (C) Copyright 1994-1995 Jaba Development.
(C) Copyright 1994-1995 Jan van den Baard.
All Rights Reserved.
------------------------------------------------------------------------------
TABLE OF CONTENTS
propclass/--background--
propclass/Methods
propclass/Attributes
propclass/--background-- propclass/--background--
NAME
Class: propclass
Superclass: baseclass
Include File: <libraries/bgui.h>
FUNCTION
To provide a BGUI compatible extention of the system propgclass. In
addition to the normal propgclass functionality you get the
possibility to add arrow gadgets to the object. Objects from this
class sends out the following attribute pairs in notification events:
GA_ID - Gadget object ID.
PGA_Top - Top position of the prop knob.
propclass/Methods propclass/Methods
NEW METHODS
None.
CHANGED METHODS
None.
propclass/Attributes propclass/Attributes
NAME
PGA_Arrows -- ( BOOL )
FUNCTION
To determine wether or not the create object will get arrow gadgets
attached to the proportional gadget.
Default is TRUE. Applicability is (I).
SEE ALSO
PGA_ArrowSize
NAME
PGA_ArrowSize -- ( ULONG )
FUNCTION
To determine the size of the arrows. The size affected is the height
of the arrows in vertical prop objects or the width of the arrows in
horizontal prop objects.
Defaults are 10 horizontal and 9 vertical. Applicability is (I).
SEE ALSO
PGA_Arrows
NAME
PGA_ThinFrame -- ( BOOL )
FUNCTION
To make all sroller object framing appear as thin frames. This will
help you to make an aspect-ratio dependant GUI.
Default is FALSE. Applicability is (I).
NAME
PGA_XenFrame -- ( BOOL )
FUNCTION
To make all scroller object framing appear as Xen style framing.
Default is FALSE. Applicability is (I).
NOTE
All system propgclass attributes are also valid for this class. Please
refer to the documentation on the propgclass for more information on
these attributes.